From 0c514dc7ddb179acae1dac21416c6cfe21db53e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 20 Jan 2012 19:46:53 -0500 Subject: [PATCH] Correct an introspection annotation Mistake pointed out in bug 668265. --- gtk/gtkliststore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c index 907b50e990..8daf7347ef 100644 --- a/gtk/gtkliststore.c +++ b/gtk/gtkliststore.c @@ -469,7 +469,7 @@ gtk_list_store_new (gint n_columns, * * Non-vararg creation function. Used primarily by language bindings. * - * Return value: (transfer none): a new #GtkListStore + * Return value: (transfer full): a new #GtkListStore * Rename to: gtk_list_store_new **/ GtkListStore * -- 2.30.2